home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 46
/
Amiga Format CD46 (1999-10-20)(Future Publishing)(GB)[!][issue 1999-12].iso
/
-in_the_mag-
/
reader_requests
/
microemacs
/
cmd.zoo
/
azmap.cmd
< prev
next >
Wrap
OS/2 REXX Batch file
|
1989-03-24
|
521b
|
27 lines
; AZMAP.CMD: MicroEMACS Macro file
; to translate an AZTEC C .SYM map file into
; the form needed to read it into ADDSYMS
; to be used with Pheonix's PFIX plus (C) debugger
;
; written 6/5/86 by Daniel Lawrence
beginning-of-file
newline
previous-line
replace-string "~n" "~n 0000:"
beginning-of-line
kill-to-end-of-line
newline
newline
newline
beginning-of-file
newline
insert-string " Address Publics by Name"
newline
set-mark
end-of-file
case-region-upper
beginning-of-file
replace-string "_~n" "~n"